home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Odkurzacz 12.1.0.17 / odk12.1.0.17setup.exe / {app} / odk_pomoc.chm / style.css < prev    next >
Cascading Style Sheet File  |  2009-12-20  |  646b  |  47 lines

  1. body
  2. {
  3.     font-family: Arial, Helvetica, sans-serif; 
  4.     font-size: 16px;
  5.     background-color: #FDFDFD;
  6.     color: #000000;
  7.     margin-left: 0;
  8.     margin-right: 0px;
  9.     margin-top: 0;
  10. }
  11.  
  12. a:link 
  13. {
  14.    color: #006699;
  15.    text-decoration: underline;
  16.    font-variant: normal;
  17. }
  18.  
  19. a:hover
  20. {
  21.    color: #0099FF;
  22.    text-decoration: none;
  23.    font-variant: normal;
  24. }
  25.   
  26.  
  27. .txt_tytul 
  28. {
  29.     font-size: 18pt;
  30.     text-align: left;
  31.     color: #003399;
  32.     font-weight: bold;
  33.     padding-left: 5px;
  34. }
  35.    
  36. .txt_wyroz 
  37. {
  38.    font-weight: bold;
  39.    color: #009933;
  40. }
  41.  
  42. .prawa_g 
  43. {
  44.     text-align: right;
  45.     background-color: #031F8C;
  46. }
  47.